+2004-11-06 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
+ Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
+ Parro)
+
2004-11-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
+2004-11-06 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
+ Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
+ Parro)
+
2004-11-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
+2004-11-06 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
+ Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
+ Parro)
+
2004-11-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
+2004-11-06 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
+ Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
+ Parro)
+
2004-11-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
info->expand = expand;
info->pack = GTK_PACK_END;
+ combo_box->priv->cells = g_slist_append (combo_box->priv->cells, info);
+
if (combo_box->priv->cell_view)
gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (combo_box->priv->cell_view),
cell, expand);